home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
x
/
gui
/
amiga
/
x11_1.dms
/
x11_1.adf
/
install.demo
< prev
next >
Wrap
Text File
|
1992-03-30
|
1KB
|
47 lines
assign getback: ""
echo "Installation of X11 Demo software"
echo "Have you set up the X11: volume yet?"
cd X11:
echo "I guess so"
echo "making lharc resident"
resident X11demo.vol1:bin/lharc pure
if not exists bin
makedir bin
endif
echo "install servers and some utilities"
lharc -m -a -x x X11demo.vol1:bin.LZH
echo "installing more misc files"
lharc -m -a -x x X11demo.vol1:misc.LZH
echo "extracting misc fonts"
lharc -m -a x X11demo.vol1:fonts.LZH
echo "installing various bitmaps"
lharc -m -a -x x X11demo.vol1:bitmaps.LZH
echo "installing ipc.device in devs:"
copy X11demo.vol1:devs/ipc.device devs:
echo "install sample clients"
lharc -m -a x X11demo.vol2:clients.LZH
; The folloing env variable should be set in a startup script
echo "setting env variable DISPLAY to unix:0"
setenv DISPLAY unix:0
echo "setting user name to guest"
setenv USER guest
echo "setting env variable HOME to X11:"
setenv HOME X11:
echo "setting hostname of this amiga to amiga"
setenv HOSTNAME amiga
cd getback:
assign getback: